summaryrefslogtreecommitdiff
path: root/app/[lng]/evcp/(evcp)
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-09-22 08:54:41 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-09-22 08:54:41 +0000
commit06d4753d61a803e2f8447bc3167dced3434107d4 (patch)
treecb5552768a390a5033d4f0d5922947f19229cdf8 /app/[lng]/evcp/(evcp)
parenta1e2aae9b68b7d6f998e40e801822f1385c3c1ab (diff)
(최겸) 구매 협력업체 관리 피드백 반영(PQ, 실사, QM 담당자 등)
Diffstat (limited to 'app/[lng]/evcp/(evcp)')
-rw-r--r--app/[lng]/evcp/(evcp)/pq_new/page.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/pq_new/page.tsx b/app/[lng]/evcp/(evcp)/pq_new/page.tsx
index 0e6d3196..6a992ee5 100644
--- a/app/[lng]/evcp/(evcp)/pq_new/page.tsx
+++ b/app/[lng]/evcp/(evcp)/pq_new/page.tsx
@@ -9,7 +9,7 @@ import { getPQSubmissions } from "@/lib/pq/service"
import { PQSubmissionsTable } from "@/lib/pq/pq-review-table-new/vendors-table"
import { InformationButton } from "@/components/information/information-button"
export const metadata: Metadata = {
- title: "PQ 검토/실사 의뢰",
+ title: "협력업체 PQ/실사 현황",
description: "",
}
@@ -71,7 +71,7 @@ export default async function PQReviewPage(props: PQReviewPageProps) {
<div>
<div className="flex items-center gap-2">
<h2 className="text-2xl font-bold tracking-tight">
- PQ 검토/실사 의뢰
+ 협력업체 PQ/실사 현황
</h2>
<InformationButton pagePath="evcp/pq_new" />
</div>